ComponentOne Web API Edition
Get Method (Manager<T>)

C1.Web.Api.Configuration Namespace > Manager<T> Class : Get Method
The item key.
Gets the instance which is mapped to the specified key.
Syntax
'Declaration
 
Public Function Get( _
   ByVal key As String _
) As T
public T Get( 
   string key
)

Parameters

key
The item key.

Return Value

The item.
See Also

Reference

Manager<T> Class
Manager<T> Members